home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt12.dir / 00027_Script_27 < prev    next >
Text File  |  1994-11-15  |  396b  |  20 lines

  1. global nowFrame, inFrame, ltQT
  2.  
  3. set nowFrame = "ltexo915009°°°"
  4. if nowFrame <> inFrame then
  5.   set the movieRate of sprite 15 to 1
  6.   when mouseUp then nothing
  7.   cursor -1
  8.   set the castNum of sprite 23 to 1048
  9.   updateStage
  10.   set inFrame = nowFrame
  11.   set ltQT = TRUE
  12. end if
  13.  
  14. if the movieRate of sprite 15 = 0 then
  15.   unloadcast D88
  16.   go to (the frame + 1)
  17. end if
  18.  
  19. play the frame
  20.